var crypto/internal/fips140/aes/gcm.supportsAESGCM
7 uses
crypto/internal/fips140/aes/gcm (current package)
gcm_asm.go#L34: var supportsAESGCM = cpu.X86HasAES && cpu.X86HasPCLMULQDQ && cpu.X86HasSSE41 && cpu.X86HasSSSE3 ||
gcm_asm.go#L39: impl.Register("gcm", "AES-NI", &supportsAESGCM)
gcm_asm.go#L42: impl.Register("gcm", "Armv8.0", &supportsAESGCM)
gcm_asm.go#L50: if supportsAESGCM {
gcm_asm.go#L60: if !supportsAESGCM {
gcm_asm.go#L67: if !supportsAESGCM {
gcm_asm.go#L97: if !supportsAESGCM {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |